armhf-64k-alignment
authorMatthias Klose <doko@debian.org>
Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)
commit8f71d8b8f699729f92f8478ca247c9570d6f4da5
tree6e12aa907d714b41a1115e023bbb2d0a88dcaca1
parent9efbdf2d3192c346e0633da497cb79247fb4cf03
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff
bfd/elf32-arm.c